@brief Get both status statistics and dvb parameters @ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device
That's similar of calling both dvb_fe_get_parms() and dvb_fe_get_stats().
@return It returns 0 if success or an errorno otherwise.
See Implementation
@brief Get both status statistics and dvb parameters @ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device
That's similar of calling both dvb_fe_get_parms() and dvb_fe_get_stats().
@return It returns 0 if success or an errorno otherwise.